builder: Small optimization
authorMatthias Clasen <mclasen@redhat.com>
Mon, 20 Sep 2021 02:30:34 +0000 (22:30 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 20 Sep 2021 03:26:00 +0000 (23:26 -0400)
commit138fd6f0f332207963acef2548e108d65f9b15df
tree5e69bd1923ec5f0e0aa191d55b5725710c908b96
parent5c3bb42612cc7cdc0399dd92fe71ab25e816da21
builder: Small optimization

Use g_object_setv where we can.

It would be much nicer if we could pass the
pspecs we already have, and avoid having GObject
look them up again.
gtk/gtkbuilder.c